home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / tan.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  32 lines

  1.  
  2. TAN(3)                     UNIX Programmer's Manual                     TAN(3)
  3.  
  4. NNAAMMEE
  5.      ttaann - tangent function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      ttaann(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      ttaannff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The ttaann() and ttaannff() functions compute the tangent of _x (measured in ra-
  18.      dians).  A large magnitude argument may yield a result with little or no
  19.      significance.  For a discussion of error due to roundoff, see math(3).
  20.  
  21. RREETTUURRNN VVAALLUUEESS
  22.      The ttaann() function returns the tangent value.
  23.  
  24. SSEEEE AALLSSOO
  25.      acos(3),  asin(3),  atan(3),  atan2(3),  cos(3),  cosh(3),  sin(3),
  26.      sinh(3),  tanh(3),  math(3)
  27.  
  28. SSTTAANNDDAARRDDSS
  29.      The ttaann() function conforms to ANSI C3.159-1989 (``ANSI C'').
  30.  
  31. BSD Experimental                  May 2, 1991                                1
  32.